:root {
  --header-hegiht: 100px;
}

.header {
  position: fixed;
  width: 100%;
  height: var(--header-hegiht);
  background: linear-gradient(180deg, #00479d 0%, rgba(0, 71, 157, 0.5) 100%);
  z-index: 999;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1200px) {
  .header {
    width: 1280px;
    position: absolute;
  }
}

.header.noBorder {
  border-bottom: 0;
}

.header .headerMain {
  margin: auto;
}

@media (max-width: 1300px) {
  .header .headerMain {
    width: 1100px !important;
    flex-shrink: 0;
  }
}

.header-logoA {
  flex-shrink: 0;
}

.header-logo {
  width: 189px;
  height: 60px;
  display: block;
}

@media (max-width: 1600px) and (min-width: 1300px) {
  .header-logo {
    width: auto;
    height: 40px;
  }
}

@media (max-width: 1300px) {
  .header-logo {
    width: auto;
    height: 36px;
  }
}

.header-nav {
  height: 100%;
  flex: 1;
  padding-left: 36px;
}

.header-nav-list {
  height: 100%;
  display: flex;
}

.header-nav-list-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-nav-list-item .headLink {
  color: #fff;
  transition: all 0.1s;
  padding: 0 14px;
}

.header-nav-list-item .headLink .headLinkC {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  margin-bottom: 5px;
}

.header-nav-list-item .headLink .headLinkE {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 17px;
  text-align: center;
}

@media (max-width: 1600px) and (min-width: 1300px) {
  .header-nav {
    padding-left: 20px;
  }
  .header-nav-list-item .headLink {
    padding: 0 10px;
  }
  .header-nav-list-item .headLink .headLinkC {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
  }
  .header-nav-list-item .headLink .headLinkE {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 1300px) {
  .header-nav {
    padding-left: 16px;
  }
  .header-nav-list-item .headLink {
    padding: 0 6px;
  }
  .header-nav-list-item .headLink .headLinkC {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 2px;
  }
  .header-nav-list-item .headLink .headLinkE {
    font-size: 12px;
    line-height: 14px;
  }
}

.header-company {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: -10px;
}

.header-company-item {
  transition: all 0.2s;
  position: relative;
  padding: 0 20px;
}

.header-company-item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-company-item:nth-last-child(1)::after {
  display: none;
}

.header-company-item:nth-last-child(1) {
  padding: 0 0 0 20px;
}

.header-company-item .headCompanyC {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  letter-spacing: 4.6px;
  margin-bottom: 5px;
}

.header-company-item .headCompanyC.headCompanyCLong {
  letter-spacing: 10.6px;
}

.header-company-item .headCompanyE {
  font-weight: 350;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 17px;
}

@media (max-width: 1600px) and (min-width: 1300px) {
  .header-company-item {
    padding: 0 16px;
  }
  .header-company-item .headCompanyC {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 5.8px;
    margin-bottom: 2px;
  }
  .header-company-item .headCompanyC.headCompanyCLong {
    letter-spacing: 11.2px;
  }
  .header-company-item .headCompanyE {
    font-size: 11px;
    line-height: 14px;
  }
}

@media (max-width: 1300px) {
  .header-company-item {
    padding: 0 12px;
  }
  .header-company-item:nth-last-child(1) {
    padding: 0 0 0 16px;
  }
  .header-company-item .headCompanyC {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 4px;
    margin-bottom: 2px;
  }
  .header-company-item .headCompanyC.headCompanyCLong {
    letter-spacing: 8.9px;
  }
  .header-company-item .headCompanyE {
    font-size: 10px;
    line-height: 14px;
  }
}

.foot {
  transition: all 0.8s;
  transform: translateY(200px);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 4.62963vh;
  background: #00479d;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 350;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
}

.foot.noPosition {
  position: static;
  transform: translate(0, 0);
  opacity: 1;
}

.foot-footer {
  width: 100%;
  height: 4.62963vh;
  display: flex;
  justify-content: center;
  background: #00479d;
}

.foot-footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible !important;
  width: 100%;
}

@media (max-width: 1300px) and (min-width: 1100px) {
  .foot-footer-container {
    font-size: 14px;
  }
}

.foot-footer-container-left {
  display: flex;
}

.foot-footer-container-left .footer-text:not(:last-child) {
  margin-right: 12px;
}

@media (max-width: 1300px) and (min-width: 1100px) {
  .foot-footer-container-left .footer-text:not(:last-child) {
    margin-right: 6px;
  }
}

.foot-footer-container .footer-text {
  display: flex;
}

.foot-footer-container .footer-text .footer-textA {
  display: flex;
}

.foot-footer-container .footer-text .footer-textA .footer-textAI {
  width: 20px;
  height: 20px;
  margin-left: 50px;
  margin-right: 10px;
}

.animated .foot {
  transform: translate(0, 0);
  opacity: 1;
}

@media (max-width: 1200px) {
  .foot {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
    width: 1280px;
  }
}
